section#singlemobile {
    padding: 80px 0px;
    color: rgb(2 2 2);
    background: white;
}
h1.single-tittle {
  text-align: center;
  font-size: 40px;
  text-transform: capitalize;
  margin: 30px 0px;
}

.signle-mobile {width: 60%;margin: auto;}

.price {text-align: center;width: 200px;margin: auto;border: 1px solid rgb(48 46 46);margin-bottom: 30px;}

.price p {border-bottom: 1px solid rgb(53 50 50);}

.signle-mobile img {width: 400px;}
tr:nth-child(even) {background-color: #F2F2F2;color: black;/* border: 1px solid black!important; */}
tr:nth-child(odd) {background-color: #F2F2F2;/* border: 1px solid; */}
/* tr:hover {background-color: coral;} */
th, td {
  padding: 10px;
  text-align: left;
border: 0.1px solid rgb(51 51 51);}
.single-img {
  width: 400px;
  margin: auto;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  
}

.single-img img {border-radius: 12px;}

.table {display: flex;justify-content: center;align-items: center;width: 100%;}
.link a {
color: white;
cursor: pointer;
}
.single-mobile-phone img:hover {transform: translateY(0px);transition: .4s;}
table {
  width: 100%;
}

.link a {
  color: black;
}
header {
  box-shadow: -1px 1px 15px #3333334f;
}